glade: Drop the "plus"
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:26:54 +0000 (11:26 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:26:54 +0000 (11:26 +0100)
From documentation and catalog description.

gtk/glade/README.glade
gtk/glade/gtk-private-widgets.xml

index 82576fe7ad1addac8edbd01c7688851a5a6172a8..4790294a078f7039b99fecc50abdf1d67f5cd7b4 100644 (file)
@@ -1,17 +1,17 @@
 The catalog in this directory defines some widgets that are private
-to GTK+ and is needed to edit .ui files defining composite classes
-in GTK+.
+to GTK and is needed to edit .ui files defining composite classes
+in GTK.
 
-In order to edit any composite classes in GTK+, startup Glade
+In order to edit any composite classes in GTK, startup Glade
 in the following way, example:
 
-    cd /path/to/gtk+/
+    cd /path/to/gtk/
     GLADE_CATALOG_SEARCH_PATH=`pwd`/gtk/glade glade gtk/ui/gtkfilechooserwidget.ui
 
 Documentation for updating this catalog can be found here:
     https://developer.gnome.org/gladeui/stable/
 
-Note also that when including private GTK+ widgets as components, it is
+Note also that when including private GTK widgets as components, it is
 important to call g_type_ensure () to register the type explicitly
 before calling gtk_container_init_template(), otherwise GtkBuilder will
 not be able to properly load the type.
index d15a568ad33d2444ebbfd15017698a2bd22d3423..7e2ca72b8138291db00a9ae27caa6ee25055748a 100644 (file)
@@ -1,11 +1,11 @@
 <glade-catalog name="gtkprivate"
-              version="3.10"
-              depends="gtk+"
-              library="gtk-3">
+              version="3.96"
+              depends="gtk4"
+              library="gtk-4">
   <init-function>gtk_glade_catalog_init</init-function>
 
   <glade-widget-classes>
-    <!-- base GTK+ private widgets -->
+    <!-- base GTK private widgets -->
     <glade-widget-class name="GtkPathBar" generic-name="pathbar" title="Path Bar" icon-name="widget-gtk-toolbar"/>
     <glade-widget-class name="GtkColorEditor" generic-name="coloreditor" title="Color Editor" icon-name="widget-gtk-colorselection"/>
     <glade-widget-class name="GtkColorSwatch" generic-name="colorswatch" title="Color Swatch" icon-name="widget-gtk-colorselection"/>
@@ -22,7 +22,7 @@
     </glade-widget-class>
   </glade-widget-classes>
   
-  <glade-widget-group name="gtk-private" title="Private GTK+ Classes">
+  <glade-widget-group name="gtk-private" title="Private GTK Classes">
     <glade-widget-class-ref name="GtkPathBar"/>
     <glade-widget-class-ref name="GtkColorEditor"/>
     <glade-widget-class-ref name="GtkColorSwatch"/>